Next | Prev | Up | Top | Contents | Index
Suggestions for Further Reading
This guide is part of the IRIS Developer Option (IDO), which provides the software and documentation that you can use to write applications for Silicon Graphics platforms. A few IDO online and printed manuals that may be of interest to you are listed in Table intro-1.
IDO Topics and Manuals
Topic | Document |
---|
IRIX programming | Programming on Silicon Graphics Systems: An Overview Topics in IRIX Programming |
Debugging a program | dbx User's Guide |
Assembly language | MIPSpro Assembly Language Programmer's Guide |
C language | C Language Reference Manual |
C++ language | C++ Programming Guide |
Fortran language | Fortran77 Programmer's Guide Fortran90 Programmer's Guide |
Pascal language | Pascal Programming Guide |
Real-time programming | REACT Real-Time Programmer's Guide |
Silicon Graphics also provides manuals online. To read an online manual after installing it, type insight or double-click the InSight icon. It's easy to print sections and chapters of the online manuals from InSight. You can also order printed manuals from Silicon Graphics by calling SGI Direct at 1-800-800-7441. Outside the U.S. and Canada, contact your local sales office or distributor.
Silicon Graphics offers software options to assist in your software development. The compiler options include languages such as Fortran77, Power Fortran, and C++. CASEVision/Workshop provides the WorkShop toolset: the Debugger, Static Analyzer, Performance Analyzer, Tester, and Build Manager.
As a developer, you are eligible to become a member of the Silicon Graphics Developer Program at SGI. Call 1-800 -770-3033 for details. If you are developing a MIPS ABI-compliant application, you may want to consult the mips ABI Frequently Asked Questions.
You may also want to learn more about standard UNIX and ANSI C topics. For this information, consult a computer bookstore or manuals such as:
- AT&T. UNIX System V Release 4 Programmer's Guide: ANSI C and Programming Support Tools. Englewood Cliffs, NJ: Prentice Hall, 1990.
- Levine, Mason, and Brown. lex & yacc. Sebastopol. CA: O'Reilly & Associates, Inc., 1992.
- Oram and Talbott. Managing Projects with make. Sebastopol. CA: O'Reilly & Associates, Inc., 1991.
- American National Standards Institute, Inc. American National Standard, Programming Language--C, ANSI C Standard. ANSI X3.159-1989.
- International Standard ISO/IEC. Programming languages--C, 9899. 1990(E).
Next | Prev | Up | Top | Contents | Index